home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 April / VPR0404.ISO / CANOPUS / CANOPUS DV DRIVER / data1.cab / Inf(DVStorm) / DVSTORM.INF
Windows Setup INFormation  |  2003-11-05  |  4KB  |  121 lines

  1. ;----------------------------------------------------------------------------
  2. ;    INF file for DVStorm-RT  Windows(R) 9x/Me/2000/XP Driver
  3. ;    Copyright (C) 2000-2002 Canopus Co., Ltd. All rights reserved.
  4. ;----------------------------------------------------------------------------
  5. [Version]
  6. Signature=$Windows NT$
  7. Class=Media
  8. ClassGUID={4D36E96C-E325-11CE-BFC1-08002BE10318}
  9. Provider=%Mfg%
  10.  
  11. [DestinationDirs]
  12. DefaultDestDirs=11            ; 9x/Me
  13. DVStormRT.CopyFiles=11            ; 9x/Me
  14. DVStormRT.Copy=12            ; 2000/XP
  15.  
  16. ;----------------------------------------------------------------------------
  17. ; Driver information
  18. ;----------------------------------------------------------------------------
  19. [Manufacturer]
  20. %Mfg%=Mfg.Canopus
  21.  
  22. [Mfg.Canopus]
  23. %DVStormRT%=DVStormRT,PCI\VEN_1131&DEV_7146&SUBSYS_2006114B
  24.  
  25. ;----------------------------------------------------------------------------
  26. ; DVStorm RT for Windows 9x/Me
  27. ;----------------------------------------------------------------------------
  28. [DVStormRT]
  29. ;CopyFiles=DVStormRT.CopyFiles
  30. UpdateInis=DVStormRT.UpdateInis
  31. AddReg=DVStormRT.AddReg
  32. DelReg=DVStormRT.DelReg
  33. LogConfig=
  34. Reboot
  35.  
  36. [DVStormRT.UpdateInis]
  37. system.ini,drivers32,,"MSACM.PCDV=pcdv.acm"
  38. system.ini,drivers32,,"VIDC.CDVC=cdvccodc.dll"
  39.  
  40. [DVStormRT.AddReg]
  41. HKR,,DevLoader,,mmdevldr.vxd
  42. HKR,,Driver,,stmkrnl.vxd
  43. HKR,Drivers,MIGRATED,,0
  44. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.CDVC,Description,,%Canopus.VIDC.CDVC.DeviceDesc%
  45. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\icm\VIDC.CDVC,Driver,,cdvccodc.dll
  46. HKLM,System\CurrentControlSet\control\MediaResources\icm\VIDC.CDVC,FriendlyName,,%Canopus.VIDC.CDVC.DeviceFriendlyName%
  47. HKLM,SOFTWARE\CANOPUS\cdvccodc\codec\20000\{A1D53F41-8565-11d4-9717-0090CC00D130},Driver,,stmcdvc.dll
  48. HKLM,SOFTWARE\CANOPUS\cdvccodc\codec\20000\{A1D53F41-8565-11d4-9717-0090CC00D130},Description,,%DVStormRT.DescCDVC%
  49. HKCU,"Software\Microsoft\Multimedia\Audio Compression Manager\Priority v4.00","Priority1",2,"1, msacm.pcdv"
  50.  
  51. [DVStormRT.DelReg]
  52. HKLM,SOFTWARE\CANOPUS\cdvccodc\codec\20000\{A1D53F41-8565-11d4-9717-0090CC00D130},Disabled
  53.  
  54. [DVStormRT.CopyFiles]
  55. stmkrnl.vxd
  56. stmcore.dll
  57. stmdd.dll
  58. stmcdvc.dll
  59. stmconf.dll
  60. cdvccodc.dll
  61. csccdvc.dll
  62. csccdvcx.dll
  63. csedv.dll
  64. pcdv.acm
  65. pavapi.dll
  66.  
  67. ;----------------------------------------------------------------------------
  68. ; DVStorm RT for Windows 2000/XP, Just only kernel driver
  69. ;----------------------------------------------------------------------------
  70. [DVStormRT.NT]
  71. ;CopyFiles=DVStormRT.Copy
  72. AddReg=DVStormRT.NT.AddReg
  73. Reboot
  74.  
  75. [DVStormRT.Copy]
  76. stmkrnl.sys
  77.  
  78. [DVStormRT.NT.AddReg]
  79. HKLM,%StmSubkey%,"PowerManagement",0x00010001,1
  80.  
  81. [DVStormRT.NT.Services]
  82. AddService=stmkrnl,0x2,ServiceInstall
  83.  
  84. [ServiceInstall]
  85. ServiceType=1
  86. StartType=3
  87. ErrorControl=1
  88. ServiceBinary=%12%\stmkrnl.sys
  89.  
  90. ;----------------------------------------------------------------------------
  91. ; Disk layout
  92. ;----------------------------------------------------------------------------
  93. [SourceDisksNames]
  94. 1=%DVStormRTDisk1%,,
  95.  
  96. [SourceDisksFiles]
  97. stmkrnl.vxd=1
  98. stmcore.dll=1
  99. stmdd.dll=1
  100. stmcdvc.dll=1
  101. stmconf.dll=1
  102. cdvccodc.dll=1
  103. csccdvc.dll=1
  104. csccdvcx.dll=1
  105. csedv.dll=1
  106. pcdv.acm=1
  107. pavapi.dll=1
  108. stmkrnl.sys=1
  109.  
  110. ;----------------------------------------------------------------------------
  111. ; Strings
  112. ;----------------------------------------------------------------------------
  113. [Strings]
  114. Mfg="Canopus Co., Ltd."
  115. DVStormRT="DVStorm-RT"
  116. DVStormRTDisk1="DVStorm-RT Driver Disk"
  117. DVStormRT.DescCDVC="DVStorm-RT DV Codec Driver"
  118. Canopus.VIDC.CDVC.DeviceDesc="Canopus DV"
  119. Canopus.VIDC.CDVC.DeviceFriendlyName="Canopus DV"
  120. StmSubkey="SYSTEM\CurrentControlSet\Services\stmkrnl\Parameters"
  121.